home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / ToolsPackage / Vol / _Program info.txt < prev    next >
Encoding:
Text File  |  2002-10-09  |  5.8 KB  |  185 lines

  1. Name/Version: Vol 1.0
  2. 1st Release : 26.09.2002
  3. Last Update : 26.09.2002
  4.  
  5. Short Description
  6. Alternative to the Standard Windows Systray Volume Control
  7.  
  8. Reason for the Development
  9. When I start using XP I thought this is not part of it anymore.
  10. So I coded an own one because it is an often needed feature by me.
  11. Today I know it is still part of XP but Vol is ready now and has a
  12. lot of additional features.
  13.  
  14. Note
  15. Vol is also part of RemoteKeys.
  16.  
  17. Features (additional to the standard Windows control)
  18. - 2 Run modes: "Systray" and "Normal application"
  19.   "Normal application" allows
  20.   - 2 Open modes: "At screen center" and "Under mouse pointer"
  21.     "Screen center" temporary saves last coordinates for next open
  22.   - 2 Exit modes: "When mouse leaves form" and "By exit button"
  23. - Slider/Mute can be assigned to 7 different devices
  24. - Form always fixed on top
  25. - Form moveable
  26. - Volume value shown in slider
  27. - Auto-Mute-Off when slider moves
  28. - Slider form offers access to Windows mixing console and system settings
  29. - Popmenu has an "Exit" item
  30. - 5 changeable volume presets
  31. - Parameter (attribute) start for program settings
  32. - Parameter (attribute) start for Windows mixer remote access
  33. - Same outfit for all operation systems (W95-XP)
  34.  
  35.  
  36. Appearance
  37. Language ..........: English
  38. User Interface/Form: Yes
  39. Input  by Interface: Yes
  40. Input  by Attribute: Supported (this.exe par/)
  41. Input  by Clipboard: No
  42. Input  by Drag&Drop: No
  43. Input  from Disk ..: Supported (settings)
  44. Input, Other ......: No
  45. Output by Interface: Value/Mute only
  46. Output to Clipboard: No
  47. Output to Disk ....: Supported (settings)
  48. Output by Drag&Drop: No
  49. Output, Other .....: System Value/Mute settings
  50.  
  51. More Requirements
  52. No
  53.  
  54. Instructions
  55.  
  56. Use it like the standard Windows control.
  57.  
  58. "Set"-button offers menu to open
  59.  - Device (Slider/Mute can be assigned to 7 different devices)
  60.  - Program settings and info (About...)
  61.  - System settings
  62.  - Windows mixing console
  63.  - Exit (remove from systray or alternative to ...when mouse leaves form)
  64. Systray popmenu offers the same features.
  65. Values of "Preset" buttons can be changed in "Program Settings"
  66.  
  67. Settings:
  68.  
  69. 1. Place Icon in Systray
  70. If checked Vol works nearly the standard Windows control.
  71. If unchecked it can be used as a normal program.
  72. Because the slider form is fixed on top of the screen,
  73. the form can be moved to the favorite position and is shown permanently.
  74.  
  75. 2. Start hidden in Systray
  76. If 1. is unchecked this option is not selectable.
  77.  
  78. 3. Open Form under Mouse Pointer
  79. If checked Vol works nearly the standard Windows control.
  80. If unchecked it will open its form on screen center.
  81. After it was moved to another screen position, it will temporary
  82. save its coordinates for the next time the form opens.
  83.  
  84. 4. Exit when Mouse leaves Form
  85. If checked Vol works nearly the standard Windows control (Windows
  86. control needs an additional mouse click).
  87. If unchecked the form has an additional exit button [x].
  88. If 3. is unchecked this option is not selectable.
  89.  
  90. Remember that changes will be available on next program start only.
  91.  
  92. Device-Setting from Popmenu:
  93.  
  94. The Slider can be assigned to different devices (Speaker, CD etc.).
  95. This setting will not saved on disk and set always to "Speaker" when
  96. Vol starts. Open the Windows mixing console when trying these
  97. settings to watch the effect.
  98.  
  99. Attribute for program settings:
  100.  
  101. Normally Vol reads the settings from disk (vol.dat).
  102. Especially designed for RemoteKeys, Vol can be opened with attributes.
  103. In this case the file settings will be ignored and can not be changed.
  104.  
  105. Attribute syntax: vol.exe <P>/<nnnnn>
  106.  
  107. <P> = Fixed mark for "Parameters"
  108.  
  109. <n> = n1-n4: Values 0 or 1 (disabled or enabled):
  110.       First 4 <nnnn represents the 4 Vol checkbox settings in the same order as shown:
  111.       1. Place Icon in Systray
  112.       2. Start hidden in Systray
  113.       3. Open Form under Mouse Pointer
  114.       4. Exit when Mouse leaves Form
  115.  
  116. If 1. is "0" then automaticly 2. is also "0".
  117. If 3. is "0" then automaticly 4. is also "0".
  118.  
  119.       n5: Values 0 to 6 (device selection):
  120.       Last n> selects between one of the 7 devices from popmenu in the same order as shown:
  121.       0=All (default) - 1=Line - 2=Mic - 3=Synth - 4=CD - 5=Wave - 6=Aux
  122.       If not set then default (0=All) valid.
  123.  
  124. Examples: vol.exe P/1111 or vol.exe P/00115
  125.  
  126. Attributes for Windows mixer remote access:
  127.  
  128. Vol can control the Windows mixer console, starting with attributes.
  129. In this case no form will be shown and vol will be automaticly
  130. finished after it has change the user defined system setting.
  131.  
  132. Attribute syntax: vol.exe <Mode>/<Device>/<Value>
  133.  
  134. <Mode>   = <S> : Direct value setting
  135.          = <A> : Add/Sub value from current setting
  136.          = <M> : Mute, on/off
  137.          = <C> : Mute, change (swap) current setting
  138.  
  139. <Device> = <0> : All (Speaker)
  140.          = <1> : Line In
  141.          = <2> : Microphone
  142.          = <3> : Synthesizer
  143.          = <4> : CD
  144.          = <5> : Wave
  145.          = <6> : Aux (not XP ?)
  146.  
  147. <Value>  = <0> to <100> for mode <S> and <A>
  148.          = <0> or <1>   for mode <M>
  149.          = free         for mode <C>
  150.  
  151. Example: Set speaker output volume to 75%
  152. vol.exe S/0/75
  153.  
  154. Example: Substract 5% of CD volume
  155. vol.exe A/4/-5
  156.  
  157. Example: Mute Wave output (Mute = on)
  158. vol.exe M/5/1
  159.  
  160. Example: Swap current Microphone Mute setting (off to on or on to off)
  161. vol.exe C/2
  162.  
  163. Suggestion 1
  164. Open Windows Mixer Console when testing these attributes.
  165. The changes should be shown immediately.
  166.  
  167. Suggestion 2
  168. Most simply way to check is using RemoteKeys.
  169.  
  170. {End of instructions}
  171.  
  172. Limitations
  173. On my XP system, device setting "Aux" don┤t works.
  174. A check on Win98 and NT works without complication.
  175.  
  176. Special Thanks
  177. to an unknown author for mixer api module.
  178.  
  179. Future Planning
  180. Maybe multible languages
  181. Maybe balance changing support
  182.  
  183. Updates
  184. 1.0    26.09.02 > New: First Release
  185.